/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 26-feb-2025, 15:15:20
    Author     : AllanNajeraVindas
*/

@media screen and (max-width: 487px) {
    
    .menuBar{
        margin: auto !important;
        max-width: 700px !important;
    }

    .itemMenubarI{
        min-width: 200px !important;
        display: flex !Important;
    }
}

@media screen and (min-width: 488px) and (max-width: 768px) {
    
    .menuBar{
        margin: auto;
        max-width: 700px;
    }

    .itemMenubarI{
        min-width: 100px;
    }

}

@media screen and (min-width: 769px) {
    .menuBar{
        margin: auto;
        max-width: 700px;
    }

    .itemMenubarI{
        min-width: 100px;
    }
}